home *** CD-ROM | disk | FTP | other *** search
- Path: connix.com!news
- From: Scott Hawley <shawley@connix.com>
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: Re: How to the size of a file in C ?
- Date: 12 Feb 1996 22:43:24 GMT
- Organization: SHAWLEY SYSTEMS
- Message-ID: <4fofqc$pff@comet.connix.com>
- References: <4ffeqa$pjh@brtph500.bnr.ca>
- NNTP-Posting-Host: shawley.connix.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- I think you might be able to lseek to the end and then use a tell command
- to give you the offset?
-
-